Cloud Profiler documentation
Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.
Start your proof of concept with $300 in free credit
- Get access to Gemini 2.0 Flash Thinking
- Free monthly usage of popular products, including AI APIs and BigQuery
- No automatic charges, no commitment
Keep exploring with 20+ always-free products
Access 20+ free products for common use cases, including AI APIs, VMs, data warehouses, and more.
Documentation resources
Guides
- Tutorial
Resources
Related resources
Analyze production performance with Cloud Profiler
In this codelab, you learn how to set up Cloud Profiler for a Go program and then you learn how to collect, view and analyze the performance data with Cloud Profiler.
Optimizing a Go app
In this tutorial, you download and run a Go application, and then you are guided through using profiling data to optimize that application.
Go samples
A collection of Go applications configured to collect profile data.
Profiler code samples
A set of code samples for configuring Profiler for a variety of languages and environments.